Micron Document
Fox's Git Mirrors


Displaying Raw • Download

examples/pageserver/main.go 83609bcb589eb3cfc35b98ecc0b3327b2ae99d77 (83609bcb) Text, 276 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

// Command example-pageserver is a thin wrapper around reticulum-go pageserver.
package main

import (
"os"

"quad4/reticulum-go/pkg/cli"
)

func main() {
os.Exit(cli.RunPageserver(os.Args[1:]))
}

Served by rngit 1.5.2 - Generated in 0.02s